ENH: Parachute trigger doesn't work if "Apogee" is used instead of "apogee"#489
Merged
Gui-FernandesBR merged 5 commits intodevelopfrom Nov 30, 2023
Merged
ENH: Parachute trigger doesn't work if "Apogee" is used instead of "apogee"#489Gui-FernandesBR merged 5 commits intodevelopfrom
Gui-FernandesBR merged 5 commits intodevelopfrom
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #489 +/- ##
===========================================
- Coverage 70.91% 70.90% -0.01%
===========================================
Files 55 55
Lines 9261 9263 +2
===========================================
+ Hits 6567 6568 +1
- Misses 2694 2695 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
giovaniceotto
approved these changes
Nov 28, 2023
Member
giovaniceotto
left a comment
There was a problem hiding this comment.
Great fix.
Improvement suggestion: line 129 of rocketpy/rocket/parachute.py
- The string "apogee," which triggers the parachute at apogee, i.e., when the rocket reaches its highest point and starts descending.
I believe we should change from "apogee," to "apogee",.
MateusStano
approved these changes
Nov 28, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request type
Checklist
black rocketpy/ tests/) has passed locallypytest --runslow) have passed locallyCHANGELOG.mdhas been updated (if relevant)Current behavior
New behavior
Breaking change
Additional information
Reported by jackson.dendy on discord tonight, from the univ of Tenesse.